assembly statement造句
例句与造句
- Alter assembly statement cannot be used to change the following
Alter assembly语句无法用于更改以下各项: - Separate alter assembly statements must be issued for any dependent assemblies that also require updating
必须为需要更新的任何相关程序集发出单独的alter assembly语句。 - When you have to modify an assembly , you must issue an alter assembly statement to update the assembly in the database
当必须修改程序集时,您必须发出alter assembly语句以更新数据库中的程序集。 - If specified , sql server executes the alter assembly statement even if there are tables in the database that contain the following
如果指定该选项,则即使数据库中存在包含下列项的表, sql server仍将执行alter assembly语句: - To modify a type , you must either drop the type and then re - create it , or issue an alter assembly statement by using the with unchecked data clause
若要修改类型,必须删除该类型,然后再重新创建,或者使用with unchecked data子句发出alter assembly语句。 - It's difficult to find assembly statement in a sentence. 用assembly statement造句挺难的
- The with unchecked data clause of the alter assembly statement instructs sql server to refresh even those assemblies upon which persisted data in the database is dependent
Alter assembly语句中的with unchecked data子句指示sql server甚至刷新数据库中的持久化数据依赖的那些程序集。 - Assemblies are modified in sql server by using the transact - sql alter assembly statement or in sql server management studio by using the assembly assisted editor
使用transact - sql alter assembly语句在sql server中修改程序集或者使用程序集辅助编辑器在sql server management studio中修改程序集。 - If dbcc checktable fails , you must either delete the table rows that are not valid or modify the assembly code to address problems , and then issue additional alter assembly statements
如果dbcc checktable失败,则您必须删除无效的表行或修改程序集代码以处理问题,然后发出其他alter assembly语句。 - Assemblies are created in sql server by using the transact - sql create assembly statement , or in the sql server management studio by using the assembly assisted editor
使用transact - sql create assembly语句在sql server中创建程序集或者使用程序集辅助编辑器在sql server management studio中创建程序集。 - This can be done through the microsoft visual studio integrated development environment or by using the transact - sql create assembly statement , which copies the assembly defining the udt into a database
注册可以通过microsoft visual studio集成开发环境或使用transact - sql create assembly语句(将定义udt的程序集复制到数据库中)完成。 - Register the assembly udts can be deployed through the visual studio user interface in a database project , or by using the transact - sql create assembly statement , which copies the assembly containing the class or structure into a database
注册程序集udt可通过visual studio用户界面在数据库项目中部署,或者通过使用transact - sql create assembly语句(该语句将包含类或结构的程序集复制到数据库中)部署。 - Because there might be clr functions , stored procedures , triggers , data types , and user - defined aggregate functions in the instance of sql server that are already defined against the assembly , the alter assembly statement rebinds them to the latest implementation of the assembly
由于sql server实例中可能存在已针对程序集定义的clr函数、存储过程、触发器、数据类型和用户定义的聚合函数,因此alter assembly语句将它们重新绑定到该程序集的最新实现。